home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr31 / aex_ipx.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1995-03-06  |  381b  |  15 lines

  1. @echo off
  2. cls
  3. echo Creating IPX directory C:\IPX...
  4. md c:\ipx
  5. echo copying IPX Packet Drivers to C:\IPX...
  6. copy ipxpd.com c:\ipx
  7. copy ne2000.com c:\ipx
  8. echo Copying AEX_IPX.TXT to C:\IPX...
  9. copy aex_ipx.txt c:\ipx
  10. echo Copying IPX.BAT to root directory C:\...
  11. copy ipx.bat c:\
  12. echo INSTALLATION COMPLETE
  13. echo Be sure to read the AEX_IPX.TXT document before using...
  14.  
  15.